﻿2026-06-05T23:17:21.0480304Z Current runner version: '2.334.0'
2026-06-05T23:17:21.0484751Z Runner name: 'hfenduleam'
2026-06-05T23:17:21.0485187Z Runner group name: 'Default'
2026-06-05T23:17:21.0485656Z Machine name: 'HFENDULEAM'
2026-06-05T23:17:21.0487515Z ##[group]GITHUB_TOKEN Permissions
2026-06-05T23:17:21.0488760Z Contents: read
2026-06-05T23:17:21.0489101Z Metadata: read
2026-06-05T23:17:21.0489407Z Packages: read
2026-06-05T23:17:21.0489733Z ##[endgroup]
2026-06-05T23:17:21.0490921Z Secret source: Actions
2026-06-05T23:17:21.0491313Z Prepare workflow directory
2026-06-05T23:17:21.0878320Z Prepare all required actions
2026-06-05T23:17:21.0902989Z Getting action download info
2026-06-05T23:17:21.7500634Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-05T23:17:22.3481893Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-05T23:17:22.4309954Z ##[group]Run actions/checkout@v5
2026-06-05T23:17:22.4310958Z with:
2026-06-05T23:17:22.4311484Z   repository: SaberMage/spt-core
2026-06-05T23:17:22.4316712Z   token: ***
2026-06-05T23:17:22.4317217Z   ssh-strict: true
2026-06-05T23:17:22.4317724Z   ssh-user: git
2026-06-05T23:17:22.4318265Z   persist-credentials: true
2026-06-05T23:17:22.4318858Z   clean: true
2026-06-05T23:17:22.4319382Z   sparse-checkout-cone-mode: true
2026-06-05T23:17:22.4320016Z   fetch-depth: 1
2026-06-05T23:17:22.4320527Z   fetch-tags: false
2026-06-05T23:17:22.4321050Z   show-progress: true
2026-06-05T23:17:22.4321605Z   lfs: false
2026-06-05T23:17:22.4322094Z   submodules: false
2026-06-05T23:17:22.4322636Z   set-safe-directory: true
2026-06-05T23:17:22.4323381Z ##[endgroup]
2026-06-05T23:17:23.2384138Z Syncing repository: SaberMage/spt-core
2026-06-05T23:17:23.2385704Z ##[group]Getting Git version info
2026-06-05T23:17:23.2386595Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-05T23:17:23.2700266Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-05T23:17:23.2912890Z git version 2.43.0.windows.1
2026-06-05T23:17:23.2947686Z ##[endgroup]
2026-06-05T23:17:23.2957616Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\400436be-2c19-4d74-aec9-6a8bbf367f76\.gitconfig'
2026-06-05T23:17:23.2970325Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\400436be-2c19-4d74-aec9-6a8bbf367f76' before making global git config changes
2026-06-05T23:17:23.2971881Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T23:17:23.2975707Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-05T23:17:23.3216576Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-05T23:17:23.3417952Z https://github.com/SaberMage/spt-core
2026-06-05T23:17:23.3447518Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T23:17:23.3451832Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T23:17:23.3651003Z refs/heads/dev-freeform
2026-06-05T23:17:23.3678374Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-05T23:17:23.4270664Z HEAD is now at 3f0904d feat(release): D6 — release pipeline, two-key trust anchor, signing tooling
2026-06-05T23:17:23.4765872Z ##[endgroup]
2026-06-05T23:17:23.4769231Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-05T23:17:23.8978428Z ##[group]Cleaning the repository
2026-06-05T23:17:23.8984353Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-05T23:17:27.1407846Z Removing .adapter-notify/
2026-06-05T23:17:27.1408185Z Removing target/
2026-06-05T23:17:27.1444140Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-05T23:17:27.1885741Z HEAD is now at 3f0904d feat(release): D6 — release pipeline, two-key trust anchor, signing tooling
2026-06-05T23:17:27.1910417Z ##[endgroup]
2026-06-05T23:17:27.1914290Z ##[group]Disabling automatic garbage collection
2026-06-05T23:17:27.1919876Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-05T23:17:27.2142367Z ##[endgroup]
2026-06-05T23:17:27.2142832Z ##[group]Setting up auth
2026-06-05T23:17:27.2150037Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-05T23:17:27.2380513Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-05T23:17:27.6068347Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T23:17:27.6303778Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-05T23:17:28.0011610Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T23:17:28.0239362Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-05T23:17:28.3969175Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-05T23:17:28.4269501Z ##[endgroup]
2026-06-05T23:17:28.4269975Z ##[group]Fetching the repository
2026-06-05T23:17:28.4276057Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c8334dc73d24e46e2912d09a8ecffc0cecdb4d93:refs/remotes/origin/dev-freeform
2026-06-05T23:17:30.7066207Z From https://github.com/SaberMage/spt-core
2026-06-05T23:17:30.7066757Z  + 3f0904d...c8334dc c8334dc73d24e46e2912d09a8ecffc0cecdb4d93 -> origin/dev-freeform  (forced update)
2026-06-05T23:17:30.7189754Z ##[endgroup]
2026-06-05T23:17:30.7190149Z ##[group]Determining the checkout info
2026-06-05T23:17:30.7191168Z ##[endgroup]
2026-06-05T23:17:30.7196206Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-05T23:17:30.7474752Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-05T23:17:30.7697696Z ##[group]Checking out the ref
2026-06-05T23:17:30.7702536Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T23:17:30.8164223Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-05T23:17:30.8164591Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-05T23:17:30.8165219Z Previous HEAD position was 3f0904d feat(release): D6 — release pipeline, two-key trust anchor, signing tooling
2026-06-05T23:17:30.8165672Z Switched to and reset branch 'dev-freeform'
2026-06-05T23:17:30.8189053Z ##[endgroup]
2026-06-05T23:17:30.8431209Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-05T23:17:30.8632556Z c8334dc73d24e46e2912d09a8ecffc0cecdb4d93
2026-06-05T23:17:30.8905791Z ##[group]Run cargo build --workspace --all-targets
2026-06-05T23:17:30.8906161Z [36;1mcargo build --workspace --all-targets[0m
2026-06-05T23:17:30.8911041Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-05T23:17:30.8911308Z ##[endgroup]
2026-06-05T23:17:33.1730845Z    Compiling proc-macro2 v1.0.106
2026-06-05T23:17:33.1731133Z    Compiling unicode-ident v1.0.24
2026-06-05T23:17:33.1731417Z    Compiling quote v1.0.45
2026-06-05T23:17:33.1731792Z    Compiling serde_core v1.0.228
2026-06-05T23:17:33.1732218Z    Compiling serde v1.0.228
2026-06-05T23:17:33.1732518Z    Compiling cfg-if v1.0.4
2026-06-05T23:17:33.1732814Z    Compiling windows-link v0.2.1
2026-06-05T23:17:33.1733450Z    Compiling typenum v1.20.1
2026-06-05T23:17:33.1733697Z    Compiling portable-atomic v1.13.1
2026-06-05T23:17:33.1733964Z    Compiling version_check v0.9.5
2026-06-05T23:17:33.1735458Z    Compiling critical-section v1.2.0
2026-06-05T23:17:33.1735872Z    Compiling subtle v2.6.1
2026-06-05T23:17:33.1736188Z    Compiling memchr v2.8.1
2026-06-05T23:17:33.1736472Z    Compiling semver v1.0.28
2026-06-05T23:17:33.1736777Z    Compiling find-msvc-tools v0.1.9
2026-06-05T23:17:33.1737100Z    Compiling smallvec v1.15.1
2026-06-05T23:17:33.2617019Z    Compiling windows-sys v0.61.2
2026-06-05T23:17:33.2968366Z    Compiling shlex v2.0.1
2026-06-05T23:17:33.3154870Z    Compiling equivalent v1.0.2
2026-06-05T23:17:33.3296862Z    Compiling itoa v1.0.18
2026-06-05T23:17:33.4001783Z    Compiling getrandom v0.2.17
2026-06-05T23:17:33.4394691Z    Compiling hashbrown v0.17.1
2026-06-05T23:17:33.4671508Z    Compiling cpufeatures v0.2.17
2026-06-05T23:17:33.4983677Z    Compiling pin-project-lite v0.2.17
2026-06-05T23:17:33.5676506Z    Compiling rustc_version v0.4.1
2026-06-05T23:17:33.5731247Z    Compiling log v0.4.32
2026-06-05T23:17:33.5941430Z    Compiling futures-core v0.3.32
2026-06-05T23:17:33.6328424Z    Compiling rand_core v0.10.1
2026-06-05T23:17:33.6410753Z    Compiling generic-array v0.14.7
2026-06-05T23:17:33.6613392Z    Compiling bytes v1.11.1
2026-06-05T23:17:33.7141974Z    Compiling cc v1.2.63
2026-06-05T23:17:33.7800317Z    Compiling getrandom v0.4.2
2026-06-05T23:17:33.8024361Z    Compiling stable_deref_trait v1.2.1
2026-06-05T23:17:33.8380484Z    Compiling libc v0.2.186
2026-06-05T23:17:33.8978269Z    Compiling autocfg v1.5.1
2026-06-05T23:17:33.9198236Z    Compiling bitflags v2.12.1
2026-06-05T23:17:33.9442750Z    Compiling futures-io v0.3.32
2026-06-05T23:17:33.9687511Z    Compiling futures-sink v0.3.32
2026-06-05T23:17:34.0535996Z    Compiling slab v0.4.12
2026-06-05T23:17:34.1495788Z    Compiling futures-channel v0.3.32
2026-06-05T23:17:34.1899935Z    Compiling curve25519-dalek v4.1.3
2026-06-05T23:17:34.2390347Z    Compiling indexmap v2.14.0
2026-06-05T23:17:34.3122277Z    Compiling futures-task v0.3.32
2026-06-05T23:17:34.3428096Z    Compiling zerocopy v0.8.50
2026-06-05T23:17:34.3515631Z    Compiling ahash v0.8.12
2026-06-05T23:17:34.5229662Z    Compiling rand_core v0.6.4
2026-06-05T23:17:34.5815841Z    Compiling signature v2.2.0
2026-06-05T23:17:34.6238005Z    Compiling pkg-config v0.3.33
2026-06-05T23:17:34.6309021Z    Compiling vcpkg v0.2.15
2026-06-05T23:17:34.7614410Z    Compiling fnv v1.0.7
2026-06-05T23:17:34.8150914Z    Compiling zmij v1.0.21
2026-06-05T23:17:34.8225148Z    Compiling syn v2.0.117
2026-06-05T23:17:34.8513665Z    Compiling ed25519 v2.2.3
2026-06-05T23:17:34.8514429Z    Compiling serde_json v1.0.150
2026-06-05T23:17:34.9042850Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-05T23:17:34.9213329Z    Compiling fastrand v2.4.1
2026-06-05T23:17:34.9340157Z    Compiling cfg_aliases v0.2.1
2026-06-05T23:17:34.9482971Z    Compiling writeable v0.6.3
2026-06-05T23:17:35.0501177Z    Compiling fallible-iterator v0.3.0
2026-06-05T23:17:35.1421904Z    Compiling rustversion v1.0.22
2026-06-05T23:17:35.2048106Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-05T23:17:35.2411771Z    Compiling crypto-common v0.1.7
2026-06-05T23:17:35.2412318Z    Compiling block-buffer v0.10.4
2026-06-05T23:17:35.2859680Z    Compiling litemap v0.8.2
2026-06-05T23:17:35.2891427Z    Compiling icu_normalizer_data v2.2.0
2026-06-05T23:17:35.3962123Z    Compiling utf8_iter v1.0.4
2026-06-05T23:17:35.4030069Z    Compiling icu_properties_data v2.2.0
2026-06-05T23:17:35.4239975Z    Compiling windows-targets v0.52.6
2026-06-05T23:17:35.4435577Z    Compiling anyhow v1.0.102
2026-06-05T23:17:35.4943758Z    Compiling digest v0.10.7
2026-06-05T23:17:35.5047259Z    Compiling percent-encoding v2.3.2
2026-06-05T23:17:35.5643788Z    Compiling windows-sys v0.59.0
2026-06-05T23:17:35.5972121Z    Compiling http v1.4.1
2026-06-05T23:17:35.6604148Z    Compiling cpufeatures v0.3.0
2026-06-05T23:17:35.6933049Z    Compiling strsim v0.11.1
2026-06-05T23:17:35.7136384Z    Compiling thiserror v2.0.18
2026-06-05T23:17:35.7185305Z    Compiling libsqlite3-sys v0.30.1
2026-06-05T23:17:35.7683943Z    Compiling ring v0.17.14
2026-06-05T23:17:35.7797843Z    Compiling sha2 v0.10.9
2026-06-05T23:17:35.8616551Z    Compiling chacha20 v0.10.0
2026-06-05T23:17:35.9840095Z    Compiling form_urlencoded v1.2.2
2026-06-05T23:17:36.1899531Z    Compiling ident_case v1.0.1
2026-06-05T23:17:36.2896758Z    Compiling untrusted v0.9.0
2026-06-05T23:17:36.3339326Z    Compiling rand v0.10.1
2026-06-05T23:17:36.3477704Z    Compiling num-traits v0.2.19
2026-06-05T23:17:36.3548347Z    Compiling windows-strings v0.5.1
2026-06-05T23:17:36.3977721Z    Compiling windows-result v0.4.1
2026-06-05T23:17:36.6042254Z    Compiling unicode-segmentation v1.13.3
2026-06-05T23:17:36.6853240Z    Compiling scopeguard v1.2.0
2026-06-05T23:17:36.6977936Z    Compiling rustls v0.23.40
2026-06-05T23:17:36.7874973Z    Compiling lock_api v0.4.14
2026-06-05T23:17:36.9022503Z    Compiling atomic-waker v1.1.2
2026-06-05T23:17:36.9530618Z    Compiling unicode-xid v0.2.6
2026-06-05T23:17:37.0211480Z    Compiling const-oid v0.10.2
2026-06-05T23:17:37.0533682Z    Compiling httparse v1.10.1
2026-06-05T23:17:37.0814090Z    Compiling http-body v1.0.1
2026-06-05T23:17:37.1222933Z    Compiling convert_case v0.10.0
2026-06-05T23:17:37.1262569Z    Compiling hybrid-array v0.4.12
2026-06-05T23:17:37.2002343Z    Compiling powerfmt v0.2.0
2026-06-05T23:17:37.2938987Z    Compiling heck v0.5.0
2026-06-05T23:17:37.3776750Z    Compiling winapi v0.3.9
2026-06-05T23:17:37.3936426Z    Compiling base64ct v1.8.3
2026-06-05T23:17:37.5121406Z    Compiling deranged v0.5.8
2026-06-05T23:17:37.5300337Z    Compiling memoffset v0.6.5
2026-06-05T23:17:37.6140270Z    Compiling base64 v0.22.1
2026-06-05T23:17:37.7101430Z    Compiling thiserror v1.0.69
2026-06-05T23:17:37.8049910Z    Compiling pem-rfc7468 v1.0.0
2026-06-05T23:17:37.8370896Z    Compiling tower-service v0.3.3
2026-06-05T23:17:37.8808890Z    Compiling time-core v0.1.8
2026-06-05T23:17:37.9646238Z    Compiling parking_lot_core v0.9.12
2026-06-05T23:17:37.9931658Z    Compiling try-lock v0.2.5
2026-06-05T23:17:38.0932485Z    Compiling tinyvec_macros v0.1.1
2026-06-05T23:17:38.0980399Z    Compiling num-conv v0.2.2
2026-06-05T23:17:38.1297345Z    Compiling data-encoding v2.11.0
2026-06-05T23:17:38.1464690Z    Compiling want v0.3.1
2026-06-05T23:17:38.2207490Z    Compiling tinyvec v1.11.0
2026-06-05T23:17:38.3518054Z    Compiling crypto-common v0.2.2
2026-06-05T23:17:38.3797665Z    Compiling block-buffer v0.12.0
2026-06-05T23:17:38.3808796Z    Compiling vergen-lib v9.1.0
2026-06-05T23:17:38.3974787Z    Compiling inout v0.1.4
2026-06-05T23:17:38.5106603Z    Compiling n0-future v0.3.2
2026-06-05T23:17:38.6512607Z    Compiling serial-core v0.4.0
2026-06-05T23:17:38.6829568Z    Compiling httpdate v1.0.3
2026-06-05T23:17:38.7243201Z    Compiling winnow v1.0.3
2026-06-05T23:17:38.7332036Z    Compiling cordyceps v0.3.4
2026-06-05T23:17:38.7332513Z    Compiling crossbeam-utils v0.8.21
2026-06-05T23:17:38.8449677Z    Compiling spin v0.10.0
2026-06-05T23:17:38.8639332Z    Compiling ref-cast v1.0.25
2026-06-05T23:17:38.8802908Z    Compiling winreg v0.10.1
2026-06-05T23:17:38.9651577Z    Compiling parking v2.2.1
2026-06-05T23:17:39.0242384Z    Compiling diatomic-waker v0.2.3
2026-06-05T23:17:39.0988505Z    Compiling futures-lite v2.6.1
2026-06-05T23:17:39.1145557Z    Compiling serial-windows v0.4.0
2026-06-05T23:17:39.1738428Z    Compiling cipher v0.4.4
2026-06-05T23:17:39.1967235Z    Compiling futures-buffered v0.2.13
2026-06-05T23:17:39.2610781Z    Compiling digest v0.11.3
2026-06-05T23:17:39.3682107Z    Compiling synstructure v0.13.2
2026-06-05T23:17:39.3682700Z    Compiling darling_core v0.20.11
2026-06-05T23:17:39.4094685Z    Compiling serde_derive_internals v0.29.1
2026-06-05T23:17:39.4483113Z    Compiling vergen-lib v0.1.6
2026-06-05T23:17:39.5432610Z    Compiling vergen v9.1.0
2026-06-05T23:17:39.5842958Z    Compiling universal-hash v0.5.1
2026-06-05T23:17:39.6785342Z    Compiling noq-udp v0.10.0
2026-06-05T23:17:39.7540378Z    Compiling aho-corasick v1.1.4
2026-06-05T23:17:39.8269402Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-05T23:17:39.8378749Z    Compiling heapless v0.7.17
2026-06-05T23:17:39.8610020Z    Compiling sync_wrapper v1.0.2
2026-06-05T23:17:39.8819782Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-05T23:17:39.9863274Z    Compiling byteorder v1.5.0
2026-06-05T23:17:40.0103856Z    Compiling either v1.16.0
2026-06-05T23:17:40.0756192Z    Compiling pin-utils v0.1.0
2026-06-05T23:17:40.1556098Z    Compiling bitflags v1.3.2
2026-06-05T23:17:40.1556591Z    Compiling regex-syntax v0.8.10
2026-06-05T23:17:40.1696608Z    Compiling opaque-debug v0.3.1
2026-06-05T23:17:40.1973853Z    Compiling winnow v0.7.15
2026-06-05T23:17:40.2241444Z    Compiling toml_write v0.1.2
2026-06-05T23:17:40.2327867Z    Compiling lazy_static v1.5.0
2026-06-05T23:17:40.2550092Z    Compiling nix v0.25.1
2026-06-05T23:17:40.2843300Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-05T23:17:40.2962749Z    Compiling polyval v0.6.2
2026-06-05T23:17:40.2993012Z    Compiling hash32 v0.2.1
2026-06-05T23:17:40.3754549Z    Compiling shared_library v0.1.9
2026-06-05T23:17:40.5657642Z    Compiling parking_lot v0.12.5
2026-06-05T23:17:40.6291595Z    Compiling serial v0.4.0
2026-06-05T23:17:40.6493276Z    Compiling spin v0.9.8
2026-06-05T23:17:40.6658092Z    Compiling vergen-gitcl v1.0.8
2026-06-05T23:17:40.6804598Z    Compiling windows-threading v0.2.1
2026-06-05T23:17:40.7933197Z    Compiling dyn-clone v1.0.20
2026-06-05T23:17:40.8810218Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-05T23:17:40.9253623Z    Compiling downcast-rs v1.2.1
2026-06-05T23:17:40.9646418Z    Compiling shell-words v1.1.1
2026-06-05T23:17:40.9987969Z    Compiling signature v3.0.0
2026-06-05T23:17:41.0549617Z    Compiling tower-layer v0.3.3
2026-06-05T23:17:41.2488040Z    Compiling ghash v0.5.1
2026-06-05T23:17:41.3289112Z    Compiling sha2 v0.11.0-rc.5
2026-06-05T23:17:41.3289694Z    Compiling aes v0.8.4
2026-06-05T23:17:41.3320846Z    Compiling ctr v0.9.2
2026-06-05T23:17:41.4507269Z    Compiling socket2 v0.6.4
2026-06-05T23:17:41.5080904Z    Compiling mio v1.2.1
2026-06-05T23:17:41.5387221Z    Compiling time v0.3.47
2026-06-05T23:17:41.7235223Z    Compiling http-body-util v0.1.3
2026-06-05T23:17:41.7394349Z    Compiling aead v0.5.2
2026-06-05T23:17:41.7527468Z    Compiling ipconfig v0.3.4
2026-06-05T23:17:41.9756072Z    Compiling proc-macro-crate v3.5.0
2026-06-05T23:17:41.9933986Z    Compiling widestring v1.2.1
2026-06-05T23:17:42.0290731Z    Compiling serde_derive v1.0.228
2026-06-05T23:17:42.1400647Z    Compiling zeroize_derive v1.4.3
2026-06-05T23:17:42.2440948Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-05T23:17:42.2619638Z    Compiling zerofrom-derive v0.1.7
2026-06-05T23:17:42.3403088Z    Compiling tokio-macros v2.7.0
2026-06-05T23:17:42.6862091Z    Compiling yoke-derive v0.8.2
2026-06-05T23:17:42.7383649Z    Compiling futures-macro v0.3.32
2026-06-05T23:17:42.7676055Z    Compiling zerovec-derive v0.11.3
2026-06-05T23:17:42.7912293Z    Compiling displaydoc v0.2.6
2026-06-05T23:17:43.0586644Z    Compiling zeroize v1.8.2
2026-06-05T23:17:43.1481036Z    Compiling tracing-attributes v0.1.31
2026-06-05T23:17:43.2143294Z    Compiling thiserror-impl v2.0.18
2026-06-05T23:17:43.4073538Z    Compiling tokio v1.52.3
2026-06-05T23:17:43.5880026Z    Compiling rustls-pki-types v1.14.1
2026-06-05T23:17:43.7600852Z    Compiling darling_macro v0.20.11
2026-06-05T23:17:43.8482408Z    Compiling derive_more-impl v2.1.1
2026-06-05T23:17:43.8665046Z    Compiling windows-implement v0.60.2
2026-06-05T23:17:43.8966485Z    Compiling futures-util v0.3.32
2026-06-05T23:17:43.8966998Z    Compiling n0-error-macros v0.1.3
2026-06-05T23:17:44.1618393Z    Compiling zerofrom v0.1.8
2026-06-05T23:17:44.2519653Z    Compiling rustls-webpki v0.103.13
2026-06-05T23:17:44.3038897Z    Compiling darling v0.20.11
2026-06-05T23:17:44.3081550Z    Compiling windows-interface v0.59.3
2026-06-05T23:17:44.5119530Z    Compiling yoke v0.8.3
2026-06-05T23:17:44.5446934Z    Compiling derive_builder_core v0.20.2
2026-06-05T23:17:44.5839256Z    Compiling spez v0.1.2
2026-06-05T23:17:44.5975566Z    Compiling der v0.8.0-rc.10
2026-06-05T23:17:44.7528217Z    Compiling pin-project-internal v1.1.13
2026-06-05T23:17:44.8215623Z    Compiling thiserror-impl v1.0.69
2026-06-05T23:17:44.9533090Z    Compiling zerovec v0.11.6
2026-06-05T23:17:44.9877418Z    Compiling zerotrie v0.2.4
2026-06-05T23:17:45.1009528Z    Compiling n0-error v0.1.3
2026-06-05T23:17:45.1424870Z    Compiling ref-cast-impl v1.0.25
2026-06-05T23:17:45.3335231Z    Compiling ed25519-dalek v2.2.0
2026-06-05T23:17:45.3588803Z    Compiling windows-core v0.62.2
2026-06-05T23:17:45.6615498Z    Compiling spt-proto v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-05T23:17:45.7966769Z    Compiling regex-automata v0.4.14
2026-06-05T23:17:45.8098665Z    Compiling tinystr v0.8.3
2026-06-05T23:17:45.8763793Z    Compiling potential_utf v0.1.5
2026-06-05T23:17:45.9271223Z    Compiling schemars_derive v1.2.1
2026-06-05T23:17:45.9682756Z    Compiling derive_builder_macro v0.20.2
2026-06-05T23:17:45.9713231Z    Compiling cobs v0.3.0
2026-06-05T23:17:46.0316327Z    Compiling icu_collections v2.2.0
2026-06-05T23:17:46.1216149Z    Compiling icu_locale_core v2.2.0
2026-06-05T23:17:46.1305810Z    Compiling pin-project v1.1.13
2026-06-05T23:17:46.1491710Z    Compiling postcard-derive v0.2.2
2026-06-05T23:17:46.2567947Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-05T23:17:46.4498368Z    Compiling derive_builder v0.20.2
2026-06-05T23:17:46.4519958Z    Compiling spki v0.8.0-rc.4
2026-06-05T23:17:46.6061708Z    Compiling filedescriptor v0.8.3
2026-06-05T23:17:46.7376573Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-05T23:17:46.7961013Z    Compiling portable-pty v0.8.1
2026-06-05T23:17:46.8402600Z    Compiling windows-collections v0.3.2
2026-06-05T23:17:46.9019121Z    Compiling windows-future v0.3.2
2026-06-05T23:17:47.0230331Z    Compiling ipnet v2.12.0
2026-06-05T23:17:47.0997703Z    Compiling serde_spanned v0.6.9
2026-06-05T23:17:47.2294997Z    Compiling toml_datetime v0.6.11
2026-06-05T23:17:47.3194546Z    Compiling ed25519 v3.0.0-rc.4
2026-06-05T23:17:47.4218534Z    Compiling prefix-trie v0.8.4
2026-06-05T23:17:47.4353155Z    Compiling toml_edit v0.22.27
2026-06-05T23:17:47.7051454Z    Compiling once_cell v1.21.4
2026-06-05T23:17:47.8711507Z    Compiling icu_provider v2.2.0
2026-06-05T23:17:47.8718744Z    Compiling windows-numerics v0.3.1
2026-06-05T23:17:47.9156691Z    Compiling chrono v0.4.45
2026-06-05T23:17:48.0098459Z    Compiling tracing-core v0.1.36
2026-06-05T23:17:48.2993527Z    Compiling hashbrown v0.14.5
2026-06-05T23:17:48.3106431Z    Compiling icu_normalizer v2.2.0
2026-06-05T23:17:48.3193560Z    Compiling icu_properties v2.2.0
2026-06-05T23:17:48.3608367Z    Compiling derive_more v2.1.1
2026-06-05T23:17:48.4520886Z    Compiling tempfile v3.27.0
2026-06-05T23:17:48.4940556Z    Compiling schemars v1.2.1
2026-06-05T23:17:48.5814722Z    Compiling tracing v0.1.44
2026-06-05T23:17:48.7243023Z    Compiling regex v1.12.3
2026-06-05T23:17:48.8261196Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-05T23:17:48.9562583Z    Compiling futures-executor v0.3.32
2026-06-05T23:17:49.1055089Z    Compiling hashlink v0.9.1
2026-06-05T23:17:49.1502586Z    Compiling futures v0.3.32
2026-06-05T23:17:49.1953197Z    Compiling postcard v1.1.3
2026-06-05T23:17:49.2068469Z    Compiling windows v0.62.2
2026-06-05T23:17:49.2756891Z    Compiling data-encoding-macro v0.1.20
2026-06-05T23:17:49.3157451Z    Compiling num_enum_derive v0.7.6
2026-06-05T23:17:49.4131742Z    Compiling enum-assoc v1.3.0
2026-06-05T23:17:49.4562561Z    Compiling rusqlite v0.32.1
2026-06-05T23:17:49.4819046Z    Compiling strum_macros v0.28.0
2026-06-05T23:17:49.5124484Z    Compiling iroh-metrics-derive v0.4.1
2026-06-05T23:17:49.5487415Z    Compiling async-trait v0.1.89
2026-06-05T23:17:49.7880774Z    Compiling idna_adapter v1.2.2
2026-06-05T23:17:49.8834157Z    Compiling toml v0.8.23
2026-06-05T23:17:49.9816173Z    Compiling idna v1.1.0
2026-06-05T23:17:50.0819365Z    Compiling aes-gcm v0.10.3
2026-06-05T23:17:50.0819867Z    Compiling crossbeam-epoch v0.9.18
2026-06-05T23:17:50.2674002Z    Compiling crossbeam-channel v0.5.15
2026-06-05T23:17:50.3369003Z    Compiling windows-registry v0.6.1
2026-06-05T23:17:50.3369531Z    Compiling blake3 v1.8.5
2026-06-05T23:17:50.5859695Z    Compiling url v2.5.8
2026-06-05T23:17:50.6759623Z    Compiling tokio-util v0.7.18
2026-06-05T23:17:50.9107674Z    Compiling spt-store v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-05T23:17:50.9422295Z    Compiling tower v0.5.3
2026-06-05T23:17:51.0326678Z    Compiling noq v0.18.0
2026-06-05T23:17:51.0619401Z    Compiling netwatch v0.16.0
2026-06-05T23:17:51.0979655Z    Compiling uuid v1.23.2
2026-06-05T23:17:51.3858577Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-05T23:17:51.3984810Z    Compiling acto v0.8.2
2026-06-05T23:17:51.4061951Z    Compiling allocator-api2 v0.2.21
2026-06-05T23:17:51.4131288Z    Compiling rustc-hash v2.1.2
2026-06-05T23:17:51.5637095Z    Compiling tokio-rustls v0.26.4
2026-06-05T23:17:51.6286376Z    Compiling tagptr v0.2.0
2026-06-05T23:17:51.7360759Z    Compiling identity-hash v0.1.0
2026-06-05T23:17:51.7664947Z    Compiling ryu v1.0.23
2026-06-05T23:17:51.8888562Z    Compiling sorted-index-buffer v0.2.1
2026-06-05T23:17:51.8888993Z    Compiling xml-rs v0.8.28
2026-06-05T23:17:51.9483789Z    Compiling h2 v0.4.14
2026-06-05T23:17:51.9736682Z    Compiling lru-slab v0.1.2
2026-06-05T23:17:51.9961243Z    Compiling mac-addr v0.3.0
2026-06-05T23:17:52.0645113Z    Compiling foldhash v0.2.0
2026-06-05T23:17:52.0657915Z    Compiling iroh-metrics v0.38.3
2026-06-05T23:17:52.1543997Z    Compiling n0-watcher v0.6.1
2026-06-05T23:17:52.1628743Z    Compiling noq-proto v0.17.0
2026-06-05T23:17:52.2104705Z    Compiling netdev v0.42.0
2026-06-05T23:17:52.2447941Z    Compiling strum v0.28.0
2026-06-05T23:17:52.2952181Z    Compiling hashbrown v0.16.1
2026-06-05T23:17:52.3528032Z    Compiling tower-http v0.6.11
2026-06-05T23:17:52.5069042Z    Compiling tokio-stream v0.1.18
2026-06-05T23:17:52.6472301Z    Compiling moka v0.12.15
2026-06-05T23:17:52.9965951Z    Compiling spt-msg v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-05T23:17:53.1832669Z    Compiling xmltree v0.10.3
2026-06-05T23:17:53.2456165Z    Compiling rustls-platform-verifier v0.7.0
2026-06-05T23:17:53.3653025Z    Compiling spt-runtime v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-05T23:17:53.4241142Z    Compiling spt-term v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-05T23:17:53.4608234Z    Compiling iroh-base v0.98.0
2026-06-05T23:17:53.5352957Z    Compiling attohttpc v0.30.1
2026-06-05T23:17:54.0591013Z    Compiling num_enum v0.7.6
2026-06-05T23:17:54.1064291Z    Compiling iroh-relay v0.98.0
2026-06-05T23:17:54.1615221Z    Compiling simple-dns v0.9.3
2026-06-05T23:17:54.2587533Z    Compiling arrayvec v0.7.6
2026-06-05T23:17:54.2753983Z    Compiling sha1_smol v1.0.1
2026-06-05T23:17:54.3783618Z    Compiling resolv-conf v0.7.6
2026-06-05T23:17:54.5444922Z    Compiling arrayref v0.3.9
2026-06-05T23:17:54.5819226Z    Compiling simdutf8 v0.1.5
2026-06-05T23:17:54.6211082Z    Compiling smol_str v0.1.24
2026-06-05T23:17:54.6372142Z    Compiling constant_time_eq v0.4.2
2026-06-05T23:17:54.8794903Z    Compiling tokio-websockets v0.13.2
2026-06-05T23:17:55.0230297Z    Compiling lru v0.16.4
2026-06-05T23:17:55.1399876Z    Compiling webpki-roots v1.0.7
2026-06-05T23:17:55.2408009Z    Compiling seize v0.5.1
2026-06-05T23:17:55.2596285Z    Compiling serde_bytes v0.11.19
2026-06-05T23:17:55.3106161Z    Compiling hmac v0.12.1
2026-06-05T23:17:55.4932270Z    Compiling iroh v0.98.2
2026-06-05T23:17:55.5178675Z    Compiling cmov v0.5.4
2026-06-05T23:17:55.5381762Z    Compiling hkdf v0.12.4
2026-06-05T23:17:55.5726537Z    Compiling papaya v0.2.4
2026-06-05T23:17:55.7547293Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-05T23:17:55.7547816Z    Compiling backon v1.6.0
2026-06-05T23:17:55.8620619Z    Compiling ctutils v0.4.2
2026-06-05T23:17:55.8639925Z    Compiling spake2 v0.4.0
2026-06-05T23:17:55.9043905Z    Compiling sha1 v0.10.6
2026-06-05T23:17:55.9367177Z    Compiling iroh-dns v0.98.0
2026-06-05T23:17:56.1697151Z    Compiling doctest-file v1.1.1
2026-06-05T23:17:56.1915176Z    Compiling recvmsg v1.0.0
2026-06-05T23:17:56.2313560Z    Compiling spt-live v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-05T23:17:56.4148323Z    Compiling hyper v1.10.1
2026-06-05T23:17:56.4183899Z    Compiling hickory-net v0.26.0-beta.4
2026-06-05T23:17:56.5066178Z    Compiling once_cell_polyfill v1.70.2
2026-06-05T23:17:56.5074092Z    Compiling anstyle v1.0.14
2026-06-05T23:17:56.6438448Z    Compiling utf8parse v0.2.2
2026-06-05T23:17:56.8097278Z    Compiling interprocess v2.4.2
2026-06-05T23:17:56.8272690Z    Compiling anstyle-parse v1.0.0
2026-06-05T23:17:56.8294536Z    Compiling anstyle-wincon v3.0.11
2026-06-05T23:17:56.8907340Z    Compiling anstyle-query v1.1.5
2026-06-05T23:17:57.0837546Z    Compiling colorchoice v1.0.5
2026-06-05T23:17:57.2039286Z    Compiling is_terminal_polyfill v1.70.2
2026-06-05T23:17:57.2344285Z    Compiling clap_lex v1.1.0
2026-06-05T23:17:57.3230492Z    Compiling anstream v1.0.0
2026-06-05T23:17:57.5054809Z    Compiling clap_derive v4.6.1
2026-06-05T23:17:57.6927430Z    Compiling mock-adapter v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-05T23:17:57.8229197Z    Compiling clap_builder v4.6.0
2026-06-05T23:17:57.9405380Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-05T23:17:58.6017799Z    Compiling hyper-util v0.1.20
2026-06-05T23:17:59.3597273Z    Compiling wmi v0.18.4
2026-06-05T23:18:00.5139537Z    Compiling hyper-rustls v0.27.9
2026-06-05T23:18:00.6489556Z    Compiling igd-next v0.17.1
2026-06-05T23:18:00.8141355Z    Compiling reqwest v0.13.4
2026-06-05T23:18:00.9115780Z    Compiling clap v4.6.1
2026-06-05T23:18:01.8076617Z    Compiling portmapper v0.16.0
2026-06-05T23:18:17.3247527Z    Compiling spt-net v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-05T23:18:18.5682388Z    Compiling spt-daemon v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-05T23:18:25.3632139Z    Compiling spt v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-05T23:18:25.3715628Z    Compiling xtask v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-05T23:18:46.1403265Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
2026-06-05T23:18:46.3237546Z ##[group]Run cargo test --workspace
2026-06-05T23:18:46.3237868Z [36;1mcargo test --workspace[0m
2026-06-05T23:18:46.3240821Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-05T23:18:46.3241117Z ##[endgroup]
2026-06-05T23:18:47.0676303Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
2026-06-05T23:18:47.1108009Z      Running unittests src\main.rs (target\debug\deps\mock_session-b723849a1d473152.exe)
2026-06-05T23:18:47.1360498Z 
2026-06-05T23:18:47.1360734Z running 0 tests
2026-06-05T23:18:47.1360928Z 
2026-06-05T23:18:47.1361341Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T23:18:47.1361733Z 
2026-06-05T23:18:47.1373186Z      Running unittests src\shell.rs (target\debug\deps\mock_shell-aae0062ba49be94f.exe)
2026-06-05T23:18:47.1593246Z 
2026-06-05T23:18:47.1593368Z running 0 tests
2026-06-05T23:18:47.1593502Z 
2026-06-05T23:18:47.1593827Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T23:18:47.1594079Z 
2026-06-05T23:18:47.1604889Z      Running tests\manifest_valid.rs (target\debug\deps\manifest_valid-880d021e7b3e6d0a.exe)
2026-06-05T23:18:47.3773996Z 
2026-06-05T23:18:47.3774317Z running 3 tests
2026-06-05T23:18:47.3873154Z test mock_has_no_claude_code_conventions ... ok
2026-06-05T23:18:47.3873685Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-05T23:18:47.3873953Z test mock_manifest_parses_and_validates ... ok
2026-06-05T23:18:47.3874090Z 
2026-06-05T23:18:47.3874293Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-05T23:18:47.3874534Z 
2026-06-05T23:18:47.3886514Z      Running unittests src\main.rs (target\debug\deps\spt-122722563f7b6d6f.exe)
2026-06-05T23:18:48.0043791Z 
2026-06-05T23:18:48.0044148Z running 79 tests
2026-06-05T23:18:48.0054867Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-05T23:18:48.0057257Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-05T23:18:48.0057621Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-05T23:18:48.0059866Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-05T23:18:48.0063219Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-05T23:18:48.0065714Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-05T23:18:48.0085767Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-05T23:18:48.0156530Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-05T23:18:48.0174125Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-05T23:18:48.0192726Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-05T23:18:48.0258828Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-05T23:18:48.0277077Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-05T23:18:48.0337456Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-05T23:18:48.0396062Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-05T23:18:48.1452345Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-05T23:18:48.2345839Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-05T23:18:48.3532163Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-05T23:18:48.3556059Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-05T23:18:48.3916100Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-05T23:18:48.3930125Z test api::tests::adapter_is_required ... ok
2026-06-05T23:18:48.3939902Z test api::tests::state_value_is_validated ... ok
2026-06-05T23:18:48.3962178Z test api::tests::surface_parses ... ok
2026-06-05T23:18:48.5336038Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-05T23:18:48.5389253Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-05T23:18:48.5486292Z test api::reporting::tests::history_log_appends ... ok
2026-06-05T23:18:48.5528547Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-05T23:18:48.5600890Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-05T23:18:48.5628340Z test cli::tests::access_subcommands_parse ... ok
2026-06-05T23:18:48.5647918Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-05T23:18:48.5650480Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-05T23:18:48.5654596Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-05T23:18:48.5662325Z test cli::tests::digest_flag_defaults ... ok
2026-06-05T23:18:48.5663420Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-05T23:18:48.5664372Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-05T23:18:48.5918372Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-05T23:18:48.5948360Z test cli::tests::grant_subcommands_parse ... ok
2026-06-05T23:18:48.5959437Z test cli::tests::invalid_usage_errors ... ok
2026-06-05T23:18:48.5963399Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-05T23:18:48.5965676Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-05T23:18:48.5969047Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-05T23:18:48.5993677Z test cli::tests::notify_surface_parses ... ok
2026-06-05T23:18:48.6239058Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-05T23:18:48.6254691Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-05T23:18:48.6264830Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-05T23:18:48.6273000Z test cli::tests::ring_timeout_defaults ... ok
2026-06-05T23:18:48.6280895Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-05T23:18:48.6542274Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-05T23:18:48.6594866Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-05T23:18:48.6721299Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-05T23:18:48.6776452Z test api::startup::tests::missing_seed_refused ... ok
2026-06-05T23:18:48.7123065Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-05T23:18:48.7482317Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-05T23:18:48.7527106Z test cli::tests::shell_subcommands_parse ... ok
2026-06-05T23:18:48.7537695Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-05T23:18:48.7540407Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-05T23:18:48.7623005Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-05T23:18:48.7625553Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-05T23:18:48.7628077Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-05T23:18:48.7629332Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-05T23:18:48.7630711Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-05T23:18:48.7631850Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-05T23:18:48.7632353Z test cli::tests::subcommands_parse ... ok
2026-06-05T23:18:48.7664387Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-05T23:18:48.7687976Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-05T23:18:48.7750784Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-05T23:18:48.8669132Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-05T23:18:49.0002137Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-05T23:18:49.0029555Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-05T23:18:50.4226539Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-05T23:19:05.8751846Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-05T23:19:06.3700364Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-05T23:19:06.4046869Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-05T23:19:06.4326554Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-05T23:19:06.5495442Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-05T23:19:06.8341341Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-05T23:19:17.2530234Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-05T23:19:17.2602828Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-05T23:19:17.5301294Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-05T23:19:17.6461126Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-05T23:19:17.6461424Z 
2026-06-05T23:19:17.6462847Z test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 29.64s
2026-06-05T23:19:17.6463302Z 
2026-06-05T23:19:17.6561668Z      Running tests\contract_e2e.rs (target\debug\deps\contract_e2e-f16646954d7c2da2.exe)
2026-06-05T23:19:17.6845715Z 
2026-06-05T23:19:17.6845954Z running 4 tests
2026-06-05T23:19:18.9882561Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-05T23:19:19.0068440Z SEEDED:67156
2026-06-05T23:19:19.9019327Z test live_agent_lifecycle_e2e ... ok
2026-06-05T23:19:20.0304790Z test mock_adapter_drives_the_full_contract ... ok
2026-06-05T23:19:20.0707858Z SEEDED:67156
2026-06-05T23:19:20.3548763Z test seed_then_listen_binds_and_relays ... ok
2026-06-05T23:19:20.3548978Z 
2026-06-05T23:19:20.3549194Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.67s
2026-06-05T23:19:20.3549479Z 
2026-06-05T23:19:20.3565122Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-1fb35a253323fe02.exe)
2026-06-05T23:19:20.3845965Z 
2026-06-05T23:19:20.3846174Z running 1 test
2026-06-05T23:19:20.3847887Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-05T23:19:20.3848125Z 
2026-06-05T23:19:20.3848332Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T23:19:20.3848579Z 
2026-06-05T23:19:20.3858702Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-a40ebc2f1dcce524.exe)
2026-06-05T23:19:20.4349390Z 
2026-06-05T23:19:20.4349599Z running 1 test
2026-06-05T23:19:20.4351382Z test install_script_against_staged_release ... ok
2026-06-05T23:19:20.4351554Z 
2026-06-05T23:19:20.4351743Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T23:19:20.4351980Z 
2026-06-05T23:19:20.4362617Z      Running tests\quickstart_e2e.rs (target\debug\deps\quickstart_e2e-bcfa053eaff7ec84.exe)
2026-06-05T23:19:20.4612653Z 
2026-06-05T23:19:20.4612800Z running 1 test
2026-06-05T23:19:22.8159783Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-05T23:19:22.8160015Z 
2026-06-05T23:19:22.8160193Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.35s
2026-06-05T23:19:22.8160455Z 
2026-06-05T23:19:22.8176516Z      Running tests\shell_e2e.rs (target\debug\deps\shell_e2e-98fe360b60fd6ce5.exe)
2026-06-05T23:19:22.8458851Z 
2026-06-05T23:19:22.8459074Z running 1 test
2026-06-05T23:19:23.9424205Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-05T23:19:23.9424417Z 
2026-06-05T23:19:23.9424585Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.10s
2026-06-05T23:19:23.9424836Z 
2026-06-05T23:19:23.9441223Z      Running tests\shell_sleepwake_e2e.rs (target\debug\deps\shell_sleepwake_e2e-fcb3d061526f63eb.exe)
2026-06-05T23:19:24.2948610Z 
2026-06-05T23:19:24.2948964Z running 1 test
2026-06-05T23:19:26.0310698Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-05T23:19:26.0310920Z 
2026-06-05T23:19:26.0311115Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.74s
2026-06-05T23:19:26.0311354Z 
2026-06-05T23:19:26.0327702Z      Running unittests src\lib.rs (target\debug\deps\spt_daemon-70cc953b6aff1abf.exe)
2026-06-05T23:19:26.6325503Z 
2026-06-05T23:19:26.6325825Z running 175 tests
2026-06-05T23:19:26.6332299Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-05T23:19:26.6332857Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-05T23:19:26.6333598Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-05T23:19:26.6334964Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-05T23:19:26.6335504Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-05T23:19:26.6335889Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-05T23:19:26.6374594Z test config::tests::missing_file_is_default ... ok
2026-06-05T23:19:26.6422074Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-05T23:19:26.6422787Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-05T23:19:26.6428608Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-05T23:19:26.6438938Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-05T23:19:26.6439560Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-05T23:19:26.6441530Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-05T23:19:26.6443551Z test daemon::tests::windows_arg_quoting_roundtrips_the_rules ... ok
2026-06-05T23:19:26.6444953Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-05T23:19:26.6446233Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-05T23:19:26.6447342Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-05T23:19:26.6448007Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-05T23:19:26.6501958Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-05T23:19:26.6503180Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-05T23:19:26.6504065Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-05T23:19:26.6504577Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-05T23:19:26.6508123Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-05T23:19:26.6513266Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-05T23:19:26.6513801Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-05T23:19:26.6614349Z test digesthub::tests::render_is_glanceable ... ok
2026-06-05T23:19:26.6614717Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-05T23:19:26.6614991Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-05T23:19:26.6615237Z test config::tests::save_load_roundtrip ... ok
2026-06-05T23:19:26.6615474Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-05T23:19:26.6615769Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-05T23:19:26.6616012Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-05T23:19:26.6616229Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-05T23:19:26.6616492Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-05T23:19:26.6616778Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-05T23:19:26.6617033Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-05T23:19:26.6617275Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-05T23:19:26.6617695Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-05T23:19:26.6617918Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-05T23:19:26.6618126Z test grants::tests::escalation_answers_apply ... ok
2026-06-05T23:19:26.6618414Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-05T23:19:26.6618683Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-05T23:19:26.6618941Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-05T23:19:26.6619248Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-05T23:19:26.6619528Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-05T23:19:26.6645701Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-05T23:19:26.6673160Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-05T23:19:26.6698340Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-05T23:19:26.6827332Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-05T23:19:26.6829055Z test access::tests::gate_decision_table ... ok
2026-06-05T23:19:26.6836606Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-05T23:19:26.6862419Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-05T23:19:26.6865973Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-05T23:19:26.6938271Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-05T23:19:26.6976316Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-05T23:19:26.6989957Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-05T23:19:26.6991481Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-05T23:19:26.6993350Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-05T23:19:26.6994849Z test msg::tests::output_envelope_round_trips ... ok
2026-06-05T23:19:26.6996223Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-05T23:19:26.6997563Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-05T23:19:26.7054660Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-05T23:19:26.7096850Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-05T23:19:26.7381416Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-05T23:19:26.7840388Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-05T23:19:26.7884373Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-05T23:19:26.8214351Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-05T23:19:26.9045405Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-05T23:19:26.9847321Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-05T23:19:27.0114069Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-05T23:19:27.0623832Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-05T23:19:27.1192174Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-05T23:19:27.1999728Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-05T23:19:27.2485862Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-05T23:19:27.2687823Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-05T23:19:27.3270703Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-05T23:19:27.3371842Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-05T23:19:27.3384826Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-05T23:19:27.3510436Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-05T23:19:27.3564869Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-05T23:19:27.3584728Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-05T23:19:27.3664444Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-05T23:19:27.3784931Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-05T23:19:27.4003543Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-05T23:19:27.8473655Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-05T23:19:28.0098795Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-05T23:19:29.0367442Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-05T23:19:29.1251123Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-05T23:19:29.2191063Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-05T23:19:29.2192515Z test reconcile::tests::active_node_wins ... ok
2026-06-05T23:19:29.2193948Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-05T23:19:29.2195197Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-05T23:19:29.2196312Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-05T23:19:29.3190735Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-05T23:19:29.3678633Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-05T23:19:29.4569718Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-05T23:19:29.4876339Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-05T23:19:29.4926333Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-05T23:19:29.4952619Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-05T23:19:29.6190011Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-05T23:19:29.6984685Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-05T23:19:29.7115747Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-05T23:19:29.7186431Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-05T23:19:29.7268335Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-05T23:19:29.7360019Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-05T23:19:29.7445636Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-05T23:19:29.7529666Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-05T23:19:29.7530882Z test release::tests::hex_roundtrips ... ok
2026-06-05T23:19:29.7775127Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-05T23:19:29.7783034Z test release::tests::production_policy_loads_fail_closed ... FAILED
2026-06-05T23:19:29.7786902Z test release::tests::revoked_key_is_rejected ... ok
2026-06-05T23:19:29.7788287Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-05T23:19:29.7871718Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-05T23:19:29.7959386Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-05T23:19:29.8041532Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-05T23:19:29.8123399Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-05T23:19:29.8170023Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-05T23:19:29.8251900Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-05T23:19:29.8253011Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-05T23:19:29.8276241Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-05T23:19:29.8358904Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-05T23:19:29.8373449Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-05T23:19:29.8374285Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-05T23:19:29.8864112Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-05T23:19:29.8967117Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-05T23:19:29.8968258Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-05T23:19:29.9971437Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-05T23:19:30.0674613Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-05T23:19:30.1379517Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-05T23:19:30.1384211Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-05T23:19:30.1385771Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-05T23:19:30.1388964Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-05T23:19:30.1555546Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-05T23:19:30.2015612Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-05T23:19:30.2065230Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-05T23:19:30.2175622Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-05T23:19:30.3102360Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-05T23:19:30.3815691Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-05T23:19:30.3877201Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-05T23:19:30.4093811Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-05T23:19:30.4095614Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-05T23:19:30.4096717Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-05T23:19:30.5176713Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-05T23:19:30.5312793Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-05T23:19:30.5343460Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-05T23:19:30.5453077Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-05T23:19:30.5730445Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-05T23:19:30.6022822Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-05T23:19:30.6024408Z test sync::tests::gate_decision_table ... ok
2026-06-05T23:19:30.6045926Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-05T23:19:30.6051039Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-05T23:19:30.6054876Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-05T23:19:30.6056433Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-05T23:19:30.6058262Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-05T23:19:30.6059852Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-05T23:19:30.6061391Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-05T23:19:30.6233301Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-05T23:19:30.6319970Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-05T23:19:30.6418042Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-05T23:19:30.6419387Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-05T23:19:30.6602944Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-05T23:19:30.7568801Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-05T23:19:30.8250020Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-05T23:19:30.8301934Z test relay::tests::run_honors_stop ... ok
2026-06-05T23:19:30.8593386Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-05T23:19:30.8652133Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-05T23:19:30.9088752Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-05T23:19:30.9096609Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-05T23:19:30.9187220Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-05T23:19:30.9255446Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-05T23:19:30.9326328Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-05T23:19:30.9388855Z test seedmap::tests::take_absent_is_none ... ok
2026-06-05T23:19:31.0015313Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-05T23:19:31.3696669Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-05T23:19:31.6566424Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-05T23:19:31.6566635Z 
2026-06-05T23:19:31.6566681Z failures:
2026-06-05T23:19:31.6566750Z 
2026-06-05T23:19:31.6566864Z ---- release::tests::production_policy_loads_fail_closed stdout ----
2026-06-05T23:19:31.6567369Z 
2026-06-05T23:19:31.6567594Z thread 'release::tests::production_policy_loads_fail_closed' (55816) panicked at crates\spt-daemon\src\release.rs:450:9:
2026-06-05T23:19:31.6567919Z no file => trust nobody
2026-06-05T23:19:31.6568126Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-05T23:19:31.6568312Z 
2026-06-05T23:19:31.6568314Z 
2026-06-05T23:19:31.6568361Z failures:
2026-06-05T23:19:31.6568501Z     release::tests::production_policy_loads_fail_closed
2026-06-05T23:19:31.6568636Z 
2026-06-05T23:19:31.6568798Z test result: FAILED. 174 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.02s
2026-06-05T23:19:31.6569017Z 
2026-06-05T23:19:31.6613374Z error: test failed, to rerun pass `-p spt-daemon --lib`
2026-06-05T23:19:31.7931183Z ##[error]Process completed with exit code 1.
2026-06-05T23:19:31.8131710Z Post job cleanup.
2026-06-05T23:19:31.9133399Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-05T23:19:31.9344008Z git version 2.43.0.windows.1
2026-06-05T23:19:31.9384948Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\17923e77-ec56-49d4-b2a2-1e1576fb703a\.gitconfig'
2026-06-05T23:19:31.9398301Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\17923e77-ec56-49d4-b2a2-1e1576fb703a' before making global git config changes
2026-06-05T23:19:31.9399080Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T23:19:31.9403498Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-05T23:19:31.9636687Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-05T23:19:31.9855047Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-05T23:19:32.3454338Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T23:19:32.3663016Z http.https://github.com/.extraheader
2026-06-05T23:19:32.3692396Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-05T23:19:32.3932048Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-05T23:19:32.7658739Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T23:19:32.7881285Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-05T23:19:33.1653343Z Cleaning up orphan processes
2026-06-05T23:19:33.2420833Z Terminate orphan process: pid (20280) (PING)
2026-06-05T23:19:33.2456223Z Terminate orphan process: pid (68884) (PING)
